The View Device Object
QuickDraw GX provides you with access to an individual view device object through agxViewDevice
reference:
typedef struct gxPrivateViewDeviceRecord *gxViewDevice;In this type definition,gxViewDevice
is a type-checked reference, not an actual pointer to any defined structure. The contents of the view device object are private.